Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
agraubert committed Mar 26, 2019
1 parent b9a5061 commit 60bcb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RNA-SeQC
[![Build Status](https://travis-ci.com/broadinstitute/rnaseqc.svg?token=y8NpD4Ye6EkYyigZUZDt&branch=master)](https://travis-ci.com/broadinstitute/rnaseqc)

Version 2.2.2
Version 2.3.0

## Installing

Expand Down
2 changes: 1 addition & 1 deletion src/RNASeQC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using namespace args;
using namespace rnaseqc;

const string NM = "NM";
const string VERSION = "RNASeQC 2.2.2";
const string VERSION = "RNASeQC 2.3.0";
const double MAD_FACTOR = 1.4826;
const unsigned int LEGACY_MAX_READ_LENGTH = 100000u;
const int LEGACY_SPLIT_DISTANCE = 100;
Expand Down

0 comments on commit 60bcb94

Please sign in to comment.