We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a7232 commit cb9008dCopy full SHA for cb9008d
version.go
@@ -1,7 +1,7 @@
1
package ergo
2
3
const (
4
- Version = "2.1.0" // Ergo Framework version
+ Version = "2.1.1" // Ergo Framework version
5
VersionPrefix = "ergo" // Prefix using for the full version name
6
VersionOTP int = 24 // Erlang version support
7
)
0 commit comments