Skip to content

Commit 2c0cd9a

Browse files
author
Yaobo Xu
committed
Merge branch 'hotfix/2.3.3'
corrected version numbers
2 parents 7e86911 + 99382a5 commit 2c0cd9a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGES
22

3+
## 2.3.3
4+
5+
* fixed verison numbers
6+
7+
## 2.3.2
8+
9+
* fixed blatSrc url in setup.sh
10+
11+
## 2.3.1
12+
13+
* fixed blatSrc url in Docker container build script
14+
315
## 2.3.0
416

517
* dockerised cgpRna. Within the docker container, version of some dependent tools have been changed:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FROM ubuntu:16.04
5757

5858
LABEL maintainer="[email protected]" \
5959
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
60-
version="2.3.0" \
60+
version="2.3.3" \
6161
description="cgpRna docker"
6262

6363
RUN apt-get -yq update

perl/lib/Sanger/CGP/CgpRna.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use strict;
3636
use Const::Fast qw(const);
3737
use base 'Exporter';
3838

39-
our $VERSION = '2.3.0';
39+
our $VERSION = '2.3.3';
4040
our @EXPORT = qw($VERSION);
4141

4242
1;

0 commit comments

Comments
 (0)