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
uses: actions/download-artifact@v4
with:
name: Qtk Packages
path: |
build/packages/*
install/*

View File

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