Skip to content

Commit 744f502

Browse files
committed
v1.2.9 release -- version.go updated
1 parent c05e2dc commit 744f502

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.2.8
20+
VERS=v1.2.9
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,7 +3,7 @@
33
package leabra
44

55
const (
6-
Version = "v1.2.8"
7-
GitCommit = "a760cf9" // the commit JUST BEFORE the release
8-
VersionDate = "2023-04-13 20:22" // UTC
6+
Version = "v1.2.9"
7+
GitCommit = "c05e2dc" // the commit JUST BEFORE the release
8+
VersionDate = "2024-01-10 19:37" // UTC
99
)

0 commit comments

Comments
 (0)