Skip to content

Commit c2cb4d0

Browse files
committed
Bump version to 1.0.1
1 parent 45aa115 commit c2cb4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/Common/Resources.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2525
#define PLUGIN_NAME L"Papyrus"
2626
#define MAJOR_VERSION 1
2727
#define MINOR_VERSION 0
28-
#define PATCH_VERSION 0
28+
#define PATCH_VERSION 1
2929
#define BUILD_NUMBER 0 // This number will be replaced by build script
3030
#define PLUGIN_VERSION STR(MAJOR_VERSION) L"." STR(MINOR_VERSION) L"." STR(PATCH_VERSION)
3131

0 commit comments

Comments
 (0)