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 5614dd4 commit 295f199Copy full SHA for 295f199
leabra/Makefile
@@ -17,7 +17,7 @@ clean:
17
$(GOCLEAN)
18
19
# NOTE: MUST update version number here prior to running 'make release'
20
-VERS=v1.0.1
+VERS=v1.0.2
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 = "v1.0.1"
7
- GitCommit = "71b1d69" // the commit JUST BEFORE the release
8
- VersionDate = "2020-03-16 02:09" // UTC
+ Version = "v1.0.2"
+ GitCommit = "5614dd4" // the commit JUST BEFORE the release
+ VersionDate = "2020-04-08 09:35" // UTC
9
)
10
0 commit comments