We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103de49 commit dec9d67Copy full SHA for dec9d67
README.md
@@ -14,7 +14,7 @@ USAGE:
14
millipede-go [global options] command [command options] [arguments...]
15
16
VERSION:
17
- 1.1.0-dev (HEAD)
+ 1.1.0 (HEAD)
18
19
AUTHOR(S):
20
Millipede crew <https://github.com/getmillipede/millipede-go>
version/version.go
@@ -2,7 +2,7 @@ package version
2
3
var (
4
// VERSION should be updated by hand at each release
5
- VERSION = "1.1.0-dev"
+ VERSION = "1.1.0"
6
7
// GITCOMMIT will be overwritten automatically by the build system
8
GITCOMMIT = "HEAD"
0 commit comments