Skip to content

Commit dec9d67

Browse files
committed
v1.1.0
1 parent 103de49 commit dec9d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ USAGE:
1414
millipede-go [global options] command [command options] [arguments...]
1515

1616
VERSION:
17-
1.1.0-dev (HEAD)
17+
1.1.0 (HEAD)
1818

1919
AUTHOR(S):
2020
Millipede crew <https://github.com/getmillipede/millipede-go>

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "1.1.0-dev"
5+
VERSION = "1.1.0"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)