Skip to content

Commit 4c5699a

Browse files
committed
chore: release v0.0.12
1 parent 59a9b87 commit 4c5699a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.0.12-next
3+
## v0.0.12
44

55
- cli: new CLI interface, including, help and version
66
- fix: imports and declarations in repl were broken

info/globals.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package info
22

3-
var Version = "0.0.12-next"
3+
var Version = "0.0.12"

0 commit comments

Comments
 (0)