Skip to content

Commit 295f199

Browse files
author
Randall C. O'Reilly
committed
v1.0.2 release -- version.go updated
1 parent 5614dd4 commit 295f199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

leabra/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clean:
1717
$(GOCLEAN)
1818

1919
# NOTE: MUST update version number here prior to running 'make release'
20-
VERS=v1.0.1
20+
VERS=v1.0.2
2121
PACKAGE=leabra
2222
GIT_COMMIT=`git rev-parse --short HEAD`
2323
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

leabra/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package leabra
44

55
const (
6-
Version = "v1.0.1"
7-
GitCommit = "71b1d69" // the commit JUST BEFORE the release
8-
VersionDate = "2020-03-16 02:09" // UTC
6+
Version = "v1.0.2"
7+
GitCommit = "5614dd4" // the commit JUST BEFORE the release
8+
VersionDate = "2020-04-08 09:35" // UTC
99
)
1010

0 commit comments

Comments
 (0)