Skip to content

Commit 7c53b19

Browse files
committed
Add package name gobuild.bash
1 parent dfcb425 commit 7c53b19

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.5.1 (09.01.2021)
4+
- features
5+
- add go build bash script
6+
- prepared for built releases
7+
38
## 1.5.0 (06.01.2021)
49
- features
510
- 25 Add shell command, which set the default shell type for usage in main contaner

gobuild.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package=github.com/asannikov/jumper
66
package_name=jumper
77

8-
platforms=("linux/amd64" "linux/386" "darwin/amd64" "windows/amd64" "windows/386")
8+
platforms=("linux/amd64" "linux/386" "darwin/amd64" "darwin/386" "windows/amd64" "windows/386")
99

1010
for platform in "${platforms[@]}"
1111
do

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const confgFile = "jumper.json"
17-
const version = "1.5.0"
17+
const version = "1.5.1"
1818

1919
func main() {
2020

0 commit comments

Comments
 (0)