Skip to content

Commit

Permalink
Release and Docker versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Aug 3, 2024
1 parent aaad509 commit 3e18d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: docker://devkitpro/devkita64:20240120
image: docker://devkitpro/devkita64:20240604

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${EXTERN_PATH}/cmake")
# project info
project(Moonlight)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "1")
set(VERSION_MINOR "2")
set(VERSION_ALTER "0")
set(VERSION_BUILD "1")
set(PACKAGE_NAME "com.xitrix.moonlight")
Expand Down

0 comments on commit 3e18d0b

Please sign in to comment.