preparation for v0.2.0 #3

Merged
suyono merged 32 commits from wip2 into main 2024-09-22 11:44:07 +10:00
4 changed files with 4 additions and 2 deletions
Showing only changes of commit fe465ad031 - Show all commits

View File

@ -3,6 +3,7 @@ all:
go build -v
clean:
echo "dev" > version.txt
go clean -i -cache -testcache
install:

View File

@ -1 +1 @@
v0.1.0-9-gdb251da
dev

View File

@ -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
View File

@ -0,0 +1 @@
dev