Skip to content

Commit 05e36cb

Browse files
authored
Merge pull request #53 from filecoin-project/update-release-version
chore: update version
2 parents 8046c02 + 4e62814 commit 05e36cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

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

33
var CurrentCommit string
44

5-
const version = "v0.0.0-dev"
5+
const version = "v1.1.1"
66

77
func Version() string {
88
return version + CurrentCommit

0 commit comments

Comments
 (0)