Skip to content

Commit 56158a6

Browse files
committed
[skip ci] Bump version to 4.0.0
1 parent 69b4983 commit 56158a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.3-1582459490
1+
4.0.0-1586979302

egison.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Egison < Formula
2-
VERSION = "3.10.3"
2+
VERSION = "4.0.0"
33
version VERSION
44
desc "A purely functional programming language with non-linear pattern-matching against non-free data types"
55
homepage "https://www.egison.org/"
66
url "https://github.com/egison/homebrew-egison/releases/download/#{VERSION}/egison_darwin_x86_64_#{VERSION}.zip"
7-
sha256 "1e08e7466b1388341e042720a6262f81de5f09e9570db6e03822059a3f0eec2f"
7+
sha256 "506fad29c302f8fefa9deb2a9c812f110fc8cdd728608cc37797c51913c5d47f"
88

99
def install
1010
bin.install "bin/egison"

0 commit comments

Comments
 (0)