Skip to content

Commit

Permalink
all: update version to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 14, 2024
1 parent d0592ea commit 1ee6904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mecha/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

var (
version = "0.0.1-dev"
version = "0.1.1"
sha string
)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package mechanoid

var (
version = "0.0.1-dev"
version = "0.1.1"
sha string
)

Expand Down

0 comments on commit 1ee6904

Please sign in to comment.