diff options
author | merakor <cem@ckyln.com> | 2020-09-10 00:44:08 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-09-10 00:44:08 +0000 |
commit | 8938f2a8412948c67e41b9b1aa8751b39b696e67 (patch) | |
tree | eada5d8f64543923ebed1f9329ee099b0e032927 /src/cpt-lib | |
parent | 1e4bdc9bbac795cb2e2cb52e042712f5b98c718e (diff) | |
download | cpt-8938f2a8412948c67e41b9b1aa8751b39b696e67.tar.gz |
cpt: fix flags that start with '--no-'4.0.1
FossilOrigin-Name: 5f194677e6c4b43c423593a74e9c3e07f11328da1c42e5e255b5b15cd6959e27
Diffstat (limited to 'src/cpt-lib')
-rw-r--r-- | src/cpt-lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-lib b/src/cpt-lib index 6f345a0..da3443d 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -8,7 +8,7 @@ # Currently maintained by Cem Keylan. version() { - log "Carbs Packaging Tools" 4.0.0 + log "Carbs Packaging Tools" 4.0.1 exit 0 } |