Skip to content

Commit a42e1f1

Browse files
committed
sh updated
1 parent b6e12f3 commit a42e1f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

godemon-installer.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
buildApp() {
4-
unzip 2.7.1.zip
5-
cd ./godemon-2.7.1
4+
unzip 2.7.2.zip
5+
cd ./godemon-2.7.2
66
go build
77
}
88

@@ -14,8 +14,8 @@ prepareDirs() {
1414

1515
removing() {
1616
cd ..
17-
sudo rm -r godemon-2.7.1
18-
sudo rm -r 2.7.1.zip
17+
sudo rm -r godemon-2.7.2
18+
sudo rm -r 2.7.2.zip
1919
}
2020

2121

@@ -28,7 +28,7 @@ printf "\nDo you want to do this: \n1. Global \n2. Local \n"
2828
printf "\nAnswer: "
2929
read GL
3030

31-
wget https://github.com/nProgrammer/godemon/archive/2.7.1.zip
31+
wget https://github.com/nProgrammer/godemon/archive/2.7.2.zip
3232

3333
if [ "$OPTION" = "1" ]
3434
then

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
func main() {
2020
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
2121
color.Cyan("Godemon starting...")
22-
version := "2.7.1"
22+
version := "2.7.2"
2323
color.HiMagenta("Welcome to godemon " + version)
2424
doneChan := make(chan bool)
2525
filepath, modOrFile, cnf, command, help, init, name, oso, arch := cliTools.LoadCMD("", "")

0 commit comments

Comments
 (0)