Skip to content

Commit

Permalink
Set 2.4.0 version in conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Sep 19, 2023
1 parent 31ea5f9 commit 25745ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class CelixConan(ConanFile):
name = "celix"
version = "2.3.0"
version = "2.4.0"
homepage = "https://celix.apache.org"
url = "https://github.com/apache/celix.git"
topics = ("conan", "celix", "osgi", "embedded", "linux", "C/C++")
Expand Down

0 comments on commit 25745ae

Please sign in to comment.