Skip to content

Commit

Permalink
main [v0.1.3]
Browse files Browse the repository at this point in the history
 md
  • Loading branch information
SUNsung committed Sep 5, 2024
1 parent 9cf6b8c commit 5f5d8f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

Go implementation of the library [MPOST Linux](https://github.com/eighthave/MPOST_Linux)

Doc [PROTOCOL SPECIFICATION](RETAIL EBDS PROTOCOL SPECIFICATION with MPOST G2.pdf)
Doc [PROTOCOL SPECIFICATION](RETAIL_EBDS_PROTOCOL_SPECIFICATION_with_MPOST_G2.pdf)
2 changes: 1 addition & 1 deletion _run/values/ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.2
v0.1.3
6 changes: 3 additions & 3 deletions verControl.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package mpost
const (
GlobalName string = "mpost"
GlobalDateUpdate string = "09-05-2024"
GlobalHash string = "9079973b6867cbd7d7fd3f3d8ad599e5cf9630a1"
GlobalHash string = "9cf6b8c5447a34ff427159e035b9d58d9d27e904"

GlobalVersion string = "v0.1.2"
GlobalVersion string = "v0.1.3"
GlobalVersionMajor string = "v0"
GlobalVersionMinor uint16 = 1
GlobalVersionPatch uint16 = 2
GlobalVersionPatch uint16 = 3
)

0 comments on commit 5f5d8f6

Please sign in to comment.