Skip to content

Commit 3e18d0b

Browse files
committed
Release and Docker versions bump
1 parent aaad509 commit 3e18d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
container:
16-
image: docker://devkitpro/devkita64:20240120
16+
image: docker://devkitpro/devkita64:20240604
1717

1818
steps:
1919
- name: Check out repository

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${EXTERN_PATH}/cmake")
3333
# project info
3434
project(Moonlight)
3535
set(VERSION_MAJOR "1")
36-
set(VERSION_MINOR "1")
36+
set(VERSION_MINOR "2")
3737
set(VERSION_ALTER "0")
3838
set(VERSION_BUILD "1")
3939
set(PACKAGE_NAME "com.xitrix.moonlight")

0 commit comments

Comments
 (0)