Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ITotalJustice committed Dec 15, 2024
1 parent 94fc169 commit 379e46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)

set(FTPSRV_VERSION_MAJOR 0)
set(FTPSRV_VERSION_MINOR 2)
set(FTPSRV_VERSION_MAJOR 1)
set(FTPSRV_VERSION_MINOR 1)
set(FTPSRV_VERSION_PATCH 0)
set(FTPSRV_VERSION ${FTPSRV_VERSION_MAJOR}.${FTPSRV_VERSION_MINOR}.${FTPSRV_VERSION_PATCH})

Expand Down

0 comments on commit 379e46d

Please sign in to comment.