diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-31 22:07:53 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-31 22:07:53 +0100 |
commit | d4392fda1e0e9e030760182f7bf842cf9fd83a28 (patch) | |
tree | bff2c5c0dae60b62bf0a804640a499cdbd7380f7 /app/Main.hs | |
parent | 6eb8542ff4ba783ed641a26d63d01878d2278489 (diff) | |
download | tomato-hs-0.1.2.tar.gz tomato-hs-0.1.2.zip |
Release 0.1.20.1.2
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index 66cc811..4726949 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -12,7 +12,7 @@ import System.Exit import System.IO import System.IO.Error -version = "0.1.1" +version = "0.1.2" tomatoState = "tomato.st" |