bump version

This commit is contained in:
2025-12-19 00:23:02 +03:00
parent 2d653834a5
commit dff3e916fe
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Daniel Dada <dan@binarygoose.dev> # Maintainer: Daniel Dada <dan@binarygoose.dev>
pkgname=clrsync pkgname=clrsync
pkgver=0.1.6 pkgver=0.1.7
pkgrel=1 pkgrel=1
pkgdesc="Color scheme manager" pkgdesc="Color scheme manager"
arch=('x86_64') arch=('x86_64')

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25) cmake_minimum_required(VERSION 3.25)
project(clrsync VERSION 0.1.6 LANGUAGES CXX) project(clrsync VERSION 0.1.7 LANGUAGES CXX)
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@@ -1 +1 @@
0.1.6 0.1.7

View File

@@ -6,7 +6,7 @@
namespace clrsync::core namespace clrsync::core
{ {
const std::string GIT_SEMVER = "0.1.6+git.g9be0a15"; const std::string GIT_SEMVER = "0.1.6+git.g2d65383";
const std::string version_string(); const std::string version_string();
} // namespace clrsync::core } // namespace clrsync::core