Skip to content

Commit

Permalink
[skip ci] Bump version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Oct 28, 2020
1 parent 1d0d5fa commit 24c7dc2
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 @@
4.1.1-1602838163
4.1.2-1603846418
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 = "4.1.1"
VERSION = "4.1.2"
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 "762f5ae815121a7574906acc4e871cc890664fcb3b600b957c09de42d8dc543d"
sha256 "69f05c74160d70642a314f8f8e67c8ea5815d29c607b4e9b153575413d265a24"

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

0 comments on commit 24c7dc2

Please sign in to comment.