diff --git a/Makefile b/Makefile index 589ba82..f5ca538 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,7 @@ test: go test ./... coverage: - go test ./... -cover \ No newline at end of file + go test ./... -cover + +dev: + echo "WIP :)" \ No newline at end of file diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..8c9698a --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +1.3.4 \ No newline at end of file