Skip to content

Commit a5c2dfc

Browse files
author
Randall C. O'Reilly
committed
v1.0.0 release -- version.go updated
1 parent ea71657 commit a5c2dfc

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=v0.5.0
20+
VERS=v1.0.0
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 = "v0.5.0"
7-
GitCommit = "882f5cf" // the commit JUST BEFORE the release
8-
VersionDate = "2019-06-12 10:19" // UTC
6+
Version = "v1.0.0"
7+
GitCommit = "ea71657" // the commit JUST BEFORE the release
8+
VersionDate = "2019-12-30 10:51" // UTC
99
)
1010

0 commit comments

Comments
 (0)