Skip to content

Commit

Permalink
[release] 0.2.112 for real this time (#12787)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan King <dking@broadinstitute.org>
  • Loading branch information
daniel-goldstein and Dan King authored Mar 16, 2023
1 parent ed5e903 commit c5ece88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
SCALA_VERSION ?= 2.12.13
SPARK_VERSION ?= 3.3.0
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 111
HAIL_PATCH_VERSION := 112
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down

0 comments on commit c5ece88

Please sign in to comment.