wip: fix placeholder file
This commit is contained in:
@@ -3,6 +3,7 @@ all:
|
|||||||
go build -v
|
go build -v
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
echo "dev" > version.txt
|
||||||
go clean -i -cache -testcache
|
go clean -i -cache -testcache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
v0.1.0-9-gdb251da
|
dev
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ all:
|
|||||||
go build -v
|
go build -v
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm version.txt
|
echo "dev" > version.txt
|
||||||
go clean -i -cache -testcache
|
go clean -i -cache -testcache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
1
cmd/pidproxy/version.txt
Normal file
1
cmd/pidproxy/version.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dev
|
||||||
Reference in New Issue
Block a user