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