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 c05e2dc commit 744f502Copy full SHA for 744f502
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.2.8
+VERS=v1.2.9
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,7 +3,7 @@
3
package leabra
4
5
const (
6
- Version = "v1.2.8"
7
- GitCommit = "a760cf9" // the commit JUST BEFORE the release
8
- VersionDate = "2023-04-13 20:22" // UTC
+ Version = "v1.2.9"
+ GitCommit = "c05e2dc" // the commit JUST BEFORE the release
+ VersionDate = "2024-01-10 19:37" // UTC
9
)
0 commit comments