Skip to content

Commit

Permalink
updated version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shundroid committed Oct 17, 2023
1 parent 908ac5c commit 3cc75fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Data.List (intercalate)
import GHC.GHCi.Helpers (flushAll)

main :: IO ()
main = putStrLn "flow ver 0.1.0" >> loop Map.empty
main = putStrLn "flow ver 0.1.1" >> loop Map.empty

appendRoot :: Expses -> Env -> Env
appendRoot root = Map.insert "root" ([], [], root)
Expand Down
2 changes: 1 addition & 1 deletion flow-lang.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: flow-lang
version: 0.1.0.0
version: 0.1.1.0

-- A short (one-line) description of the package.
-- synopsis:
Expand Down

0 comments on commit 3cc75fa

Please sign in to comment.