Skip to content

Commit

Permalink
Use placeholder for new version id
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed Oct 13, 2023
1 parent 13450ab commit a7ad548
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 @@ -65,7 +65,7 @@ def set_version(self):
try:
self.version = git.run("describe --tags --dirty=-d").strip()
except:
self.version = "1.0.2"
self.version = "1.x.y"

def layout(self):
cmake_layout(self)
Expand Down

0 comments on commit a7ad548

Please sign in to comment.