Skip to content

Commit

Permalink
Prefer semver versioning
Browse files Browse the repository at this point in the history
By default Stack sets up the Cabal file with a four-level deep version
number. Semver makes more sense for this package.

See: http://semver.org
  • Loading branch information
mmwtsn committed Mar 13, 2016
1 parent 7bc973f commit 5ae1297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standups-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: standups-cli
version: 0.0.0.0
version: 0.0.0
synopsis: Manage daily standup logging from the terminal
description: Please see README.md
homepage: http://github.com/mmwtsn/standups-cli#readme
Expand Down

0 comments on commit 5ae1297

Please sign in to comment.