Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jan 25, 2024
1 parent 515ea4c commit f6c1aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/tinygpus
2 changes: 1 addition & 1 deletion src/silice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(int argc, char **argv)
{
try {

const std::string version_string = std::string(" 0.2.3") + " " + c_GitHash;
const std::string version_string = std::string(" 1.0.0") + " " + c_GitHash;
// ^ ^ ^
// | | |
// | | \_ increments with features in wip/draft (x.x.x)
Expand Down

0 comments on commit f6c1aac

Please sign in to comment.