Skip to content

Commit

Permalink
patch release v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnhaas committed Sep 12, 2018
1 parent 822c6cd commit 1d079c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ WORKDIR $SRC

RUN apt-get update && apt-get install -y cmake

ENV TRINITY_VERSION="2.8.0"
ENV TRINITY_CO="fb053c9e187c36a8896fa3f73941ea05a2280cf8"
ENV TRINITY_VERSION="2.8.3"
ENV TRINITY_CO="484b3c9668b79b402df3da04117157c0ef5fea25"

WORKDIR $SRC

Expand Down
2 changes: 1 addition & 1 deletion Docker/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0
2.8.3
4 changes: 2 additions & 2 deletions Trinity
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ use Data::Dumper;



#my $VERSION = "Trinity-v2.8.3";
my $VERSION = "__BLEEDING_EDGE__";
my $VERSION = "Trinity-v2.8.4";
#my $VERSION = "__BLEEDING_EDGE__";


BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion trinityrnaseq.wiki

0 comments on commit 1d079c1

Please sign in to comment.