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 ea71657 commit a5c2dfcCopy full SHA for a5c2dfc
leabra/Makefile
@@ -17,7 +17,7 @@ clean:
17
$(GOCLEAN)
18
19
# NOTE: MUST update version number here prior to running 'make release'
20
-VERS=v0.5.0
+VERS=v1.0.0
21
PACKAGE=leabra
22
GIT_COMMIT=`git rev-parse --short HEAD`
23
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
leabra/version.go
@@ -3,8 +3,8 @@
3
package leabra
4
5
const (
6
- Version = "v0.5.0"
7
- GitCommit = "882f5cf" // the commit JUST BEFORE the release
8
- VersionDate = "2019-06-12 10:19" // UTC
+ Version = "v1.0.0"
+ GitCommit = "ea71657" // the commit JUST BEFORE the release
+ VersionDate = "2019-12-30 10:51" // UTC
9
)
10
0 commit comments