Skip to content

Commit

Permalink
Add version and dev make script
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 29, 2024
1 parent c6b9f39 commit 0e07bf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ test:
go test ./...

coverage:
go test ./... -cover
go test ./... -cover

dev:
echo "WIP :)"
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.4

0 comments on commit 0e07bf4

Please sign in to comment.