Skip to content

Commit

Permalink
[skip ci] Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Apr 15, 2020
1 parent 69b4983 commit 56158a6
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.10.3-1582459490
4.0.0-1586979302
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.10.3"
VERSION = "4.0.0"
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 "1e08e7466b1388341e042720a6262f81de5f09e9570db6e03822059a3f0eec2f"
sha256 "506fad29c302f8fefa9deb2a9c812f110fc8cdd728608cc37797c51913c5d47f"

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

0 comments on commit 56158a6

Please sign in to comment.