mirror of
https://github.com/0xbbjubjub/miniguest.git
synced 2024-11-04 13:06:42 +03:00
tool: bump version
This commit is contained in:
parent
fac1761da6
commit
fc29cda77e
@ -1,5 +1,5 @@
|
||||
project('miniguest', 'cpp',
|
||||
version : '0.2',
|
||||
version : '0.2.1',
|
||||
default_options : ['warning_level=1',
|
||||
'cpp_std=c++17'])
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "miniguest";
|
||||
version = "0.2";
|
||||
version = "0.2.1";
|
||||
src = builtins.path { name = "source"; path = ./.; };
|
||||
lxc_template = miniguest-lxc-template;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user