Skip to content

Commit 955efe9

Browse files
committed
0.5.1
1 parent 027b92c commit 955efe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(createrepo-agent C)
44

55
set(CRA_VERSION_MAJOR 0)
66
set(CRA_VERSION_MINOR 5)
7-
set(CRA_VERSION_PATCH 0)
7+
set(CRA_VERSION_PATCH 1)
88
set(CRA_VERSION "${CRA_VERSION_MAJOR}.${CRA_VERSION_MINOR}.${CRA_VERSION_PATCH}")
99

1010
# Default to C11

0 commit comments

Comments
 (0)