Skip to content

Commit

Permalink
bump version - v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 9, 2023
1 parent 15275cd commit 891b480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.18)

set(CMAKE_C_COMPILER clang)

project(slmix VERSION 0.5.1 LANGUAGES C)
project(slmix VERSION 0.5.2 LANGUAGES C)

##############################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion webui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ const commitHash = execSync('git rev-parse --short HEAD')
export default defineConfig({
plugins: [vue()],
define: {
APP_VERSION: JSON.stringify("v0.5.1-" + commitHash)
APP_VERSION: JSON.stringify("v0.5.2-" + commitHash)
},
})

0 comments on commit 891b480

Please sign in to comment.