From 9abf1bada6de59f06a23acdde1e790d17c32fcb6 Mon Sep 17 00:00:00 2001 From: Emmeline Date: Mon, 9 Dec 2024 21:03:41 +0000 Subject: [PATCH] Version bump to 1.2.0 --- api/api.v | 2 +- v.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/api.v b/api/api.v index 7801d20..1ba3547 100644 --- a/api/api.v +++ b/api/api.v @@ -2,7 +2,7 @@ module api import os -pub const version = '1.1.0' +pub const version = '1.2.0' // global_data_dir is the path to the folder containing Clockwork's global data // and configs. diff --git a/v.mod b/v.mod index 857158b..868bf12 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'clockwork' description: 'Language-agnostic build tool' - version: '1.1.0' + version: '1.2.0' license: 'MIT/Unlicense' repo: 'https://github.com/emmathemartian/clockwork' dependencies: []