Skip to content

Commit

Permalink
[skip ci] Bump version to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Nov 26, 2019
1 parent aaf6565 commit 5dc572e
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.0-1574413535
3.10.1-1574784376
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.0"
VERSION = "3.10.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 "0c1772d5f9e950d9d429b238035ccdad027fa6a753b9b121fbb2bd562d5e8448"
sha256 "6c28bcb244d04569d2faf1ef5e2ffba0e3a04b74fb73f5ed0dca351f826f40f7"

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

0 comments on commit 5dc572e

Please sign in to comment.