Skip to content

Commit

Permalink
update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Sep 20, 2024
1 parent d8c54ba commit 714299a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ After getting the basic *ssssim* implemented in ~8 hours and successfully baseca
For x86-64 Linux, you can use the precompiled binaries under [releases](https://github.com/hasindu2008/squigulator/releases):

```
VERSION=0.3.0-dirty
VERSION=0.4.0
wget https://github.com/hasindu2008/squigulator/releases/download/v${VERSION}/squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz
tar xf squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz && cd squigulator-v${VERSION}
./squigulator --help
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SQ_VERSION "0.3.0-dirty"
#define SQ_VERSION "0.4.0"
Loading

0 comments on commit 714299a

Please sign in to comment.