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 33c6491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build and test
#on: push
on:
push:
branches: [ "master" ]
branches: [ "master", "v1.1" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "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 33c6491

Please sign in to comment.