diff --git a/README.md b/README.md index 00909fe..6063c33 100644 --- a/README.md +++ b/README.md @@ -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.4-blue) +![version](https://img.shields.io/badge/version-2.0.5-blue) --- diff --git a/VERSION b/VERSION index 2165f8f..e010258 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.4 +2.0.5 diff --git a/bin/beacon b/bin/beacon index 5ed2a51..382ea72 100755 --- a/bin/beacon +++ b/bin/beacon @@ -7,7 +7,7 @@ # # Last Modified: May/24/2024 # -# Version: 2.0.3 +# Version: 2.0.5 # # Copyright (C) 2021-2025 Manuel Rueda (manuel.rueda@cnag.eu) # @@ -46,7 +46,7 @@ use BEACON::Beacon; ############################################################# # Beacon version -my $version = '2.0.4_1'; +my $version = '2.0.5'; # Initialize a few more variables my $prompt = 'Info:';