Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Mar 28, 2024
1 parent 14b15d5 commit 8e473c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{ "pattern": "#define PUBNUB_SDK_VERSION \"(.+)\"$", "cleared": true }
],
"CMakeLists.txt": [
{ "pattern": "^version(\"(.+)\")$", "cleared": true }
{ "pattern": "project(c-core VERSION ((.+))$", "cleared": true }
]
}

0 comments on commit 8e473c8

Please sign in to comment.