Skip to content

Commit

Permalink
main [v0.1.2]
Browse files Browse the repository at this point in the history
 md
  • Loading branch information
SUNsung committed Sep 5, 2024
1 parent 761b6bd commit 9cf6b8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hard-soft-ware/mpost?color=green)
![GitHub repo size](https://img.shields.io/github/repo-size/hard-soft-ware/mpost)

Go implementation of the library https://github.com/eighthave/MPOST_Linux
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.1
v0.1.2
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 = "aa8d5108dfa4fae50fb73b3e0681b120b63721b2"
GlobalHash string = "9079973b6867cbd7d7fd3f3d8ad599e5cf9630a1"

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

0 comments on commit 9cf6b8c

Please sign in to comment.