Skip to content

Commit f969fe6

Browse files
committed
BETA created
1 parent cf1d676 commit f969fe6

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
@@ -3,8 +3,8 @@
33
#latest release url - https://github.com/nProgrammer/godemon/releases/latest/download/...
44

55
buildApp() {
6-
unzip 21.03.zip
7-
cd ./godemon-21.03
6+
unzip 21.04-beta.zip
7+
cd ./godemon-21.04-beta
88
go build
99
}
1010

@@ -18,8 +18,8 @@ prepareDirs() {
1818

1919
removing() {
2020
cd ..
21-
sudo rm -r godemon-21.03
22-
sudo rm -r 21.03.zip
21+
sudo rm -r godemon-21.04-beta
22+
sudo rm -r 21.04-beta.zip
2323
}
2424

2525

@@ -32,7 +32,7 @@ printf "\nDo you want to do this: \n1. Global \n2. Local \n"
3232
printf "\nAnswer: "
3333
read GL
3434

35-
wget https://github.com/nProgrammer/godemon/archive/21.03.zip
35+
wget https://github.com/nProgrammer/godemon/archive/21.04-beta.zip
3636

3737
if [ "$OPTION" = "1" ]
3838
then

main.go

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

0 commit comments

Comments
 (0)