Skip to content

Commit c7b2da1

Browse files
committed
[Release] Update version number.
1 parent aae73c4 commit c7b2da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class OpenEXRIdConan(ConanFile):
99
name = "OpenExrId"
10-
version = "1.0-beta.22"
10+
version = "1.0-beta.27"
1111
license = "MIT"
1212
url = "https://github.com/MercenariesEngineering/openexrid"
1313
description = "OpenEXR files able to isolate any object of a CG image with a perfect antialiazing "

openexrid/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
namespace openexrid
2121
{
2222

23-
std::string Version = "1.0-beta.26";
23+
std::string Version = "1.0-beta.27";
2424

2525
}

0 commit comments

Comments
 (0)