Skip to content

Commit

Permalink
bump version to 23.12
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Dec 3, 2023
1 parent b91c9f5 commit e083121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Executables/FINALIZE.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set version=23.11
set version=23.12
for /f "tokens=2 delims==" %%i in ('wmic os get BuildNumber /value ^| find "="') do set "build=%%i"
if %build% gtr 19045 ( set "w11=true" )

Expand Down
2 changes: 1 addition & 1 deletion src/playbook.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>This Playbook will help you quickly deploy ReviOS on your current system.</Description>
<Details>Experience an ideal, lightweight and stable system, designed to enhance performance and
privacy while ensuring compatibility.</Details>
<Version>23.11</Version>
<Version>23.12</Version>
<SupportedBuilds>
<string>19044</string>
<string>19045</string>
Expand Down

0 comments on commit e083121

Please sign in to comment.