Skip to content

Commit

Permalink
updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Jan 16, 2024
1 parent b3cda59 commit 390db4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "v1.1" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
2 changes: 1 addition & 1 deletion include/crow/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

namespace crow
{
constexpr const char VERSION[] = "master";
constexpr const char VERSION[] = "1.1.0";
}

0 comments on commit 390db4a

Please sign in to comment.