Skip to content

Commit

Permalink
push v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueda committed Jan 15, 2025
1 parent cfdfa48 commit 606835c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for beacon2-ri-tools

2.0.6 2025-0X-XX
2.0.6 2025-01-15
- Created an initial Flask app for 'utils/bff_browser' (currently in development).
- Changed 'bff2html' to output JSON arrays instead of NDJSON for files like `foo.json' (e.g., 'exome.json').
- Updated 'docker-compose.yaml' to reflect recent changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Docker Pulls](https://badgen.net/docker/pulls/manuelrueda/beacon2-ri-tools?icon=docker\&label=pulls)](https://hub.docker.com/r/manuelrueda/beacon2-ri-tools/)
[![Docker Pulls EGA-archive](https://badgen.net/docker/pulls/beacon2ri/beacon_reference_implementation?icon=docker\&label=EGA-archive-pulls)](https://hub.docker.com/r/beacon2ri/beacon_reference_implementation/)
![version](https://img.shields.io/badge/version-2.0.5-blue)
![version](https://img.shields.io/badge/version-2.0.6-blue)

---

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6
4 changes: 2 additions & 2 deletions bin/beacon
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Last Modified: May/24/2024
#
# Version: 2.0.5
# Version: 2.0.6
#
# Copyright (C) 2021-2025 Manuel Rueda ([email protected])
#
Expand Down Expand Up @@ -46,7 +46,7 @@ use BEACON::Beacon;
#############################################################

# Beacon version
my $version = '2.0.5_1';
my $version = '2.0.6';

# Initialize a few more variables
my $prompt = 'Info:';
Expand Down

0 comments on commit 606835c

Please sign in to comment.