Skip to content

Commit

Permalink
chore: release v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Mar 6, 2022
1 parent afd978e commit 8199125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.0.16-next
## v0.0.16

- fix: undeclared enum case error due to file order within a module
- compiler: new concept of packages containing modules, optionally marked by a `Potfile`
Expand Down
4 changes: 2 additions & 2 deletions info/globals.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package info

var Version = "0.0.16-next"
var Debug = true
var Version = "0.0.16"
var Debug = false

0 comments on commit 8199125

Please sign in to comment.