Bump version.

This commit is contained in:
Shaun Reed 2025-03-22 16:09:09 -04:00
parent 58013ad571
commit b45a77a465
2 changed files with 1 additions and 2 deletions

View File

@ -369,7 +369,6 @@ jobs:
- name: Download Installer Artifact - name: Download Installer Artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: Qtk Packages
path: | path: |
build/packages/* build/packages/*
install/* install/*

View File

@ -31,7 +31,7 @@ add_compile_options(-fPIC)
################################################################################ ################################################################################
project( project(
#[[NAME]] Qtk #[[NAME]] Qtk
VERSION 0.2 VERSION 0.3
DESCRIPTION "Qt OpenGL library and desktop application." DESCRIPTION "Qt OpenGL library and desktop application."
LANGUAGES CXX C LANGUAGES CXX C
) )