Skip to content

Commit

Permalink
[skip ci] Bump version to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Aug 19, 2019
1 parent b694d8a commit b0a0311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.0-1566001987
3.9.1-1566225543
4 changes: 2 additions & 2 deletions egison.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Egison < Formula
VERSION = "3.9.0"
VERSION = "3.9.1"
version VERSION
desc "A purely functional programming language with non-linear pattern-matching against non-free data types"
homepage "https://www.egison.org/"
url "https://github.com/egison/homebrew-egison/releases/download/#{VERSION}/egison_darwin_x86_64_#{VERSION}.zip"
sha256 "2b5c357fd9352fe807c125e3973989c72f498e55013d00a46f86242b3ed16112"
sha256 "e0320d8fced74edb5f5b896a58df83ad477c8817bf20f53247241d9cb88e7ce8"

def install
bin.install "bin/egison"
Expand Down

0 comments on commit b0a0311

Please sign in to comment.