Skip to content

Commit

Permalink
[skip ci] Bump version to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Nov 22, 2019
1 parent 9d9754a commit aaf6565
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.4-1574005944
3.10.0-1574413535
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.4"
VERSION = "3.10.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 "8099fa805c9410fabca449b7d44ad66fa1926e3a543dee6551b00fb272468244"
sha256 "0c1772d5f9e950d9d429b238035ccdad027fa6a753b9b121fbb2bd562d5e8448"

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

0 comments on commit aaf6565

Please sign in to comment.