Skip to content

Commit 204ee0b

Browse files
authored
Update Oracle Database 23ai Free version number (#518)
Oracle Database 23ai Free 23.5.0 has been released, so update the Vagrant project to reflect the new version number: - Rename the project directory from 23.4.0-Free to 23.5.0-Free - Update the version number in .env and README.md files No code changes--the download URL and rpm filename remain the same. Closes #517 Signed-off-by: Paul Neumann <[email protected]>
1 parent 3f9d792 commit 204ee0b

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

OracleDatabase/23.4.0-Free/.env renamed to OracleDatabase/23.5.0-Free/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle Database 23.4.0 Free configuration file
1+
# Oracle Database 23.5.0 Free configuration file
22
#
33
# Requires vagrant-env plugin
44
#

OracleDatabase/23.4.0-Free/README.md renamed to OracleDatabase/23.5.0-Free/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ makes configuration much easier
1111
## Getting started
1212

1313
1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`
14-
2. Change into the `vagrant-projects/OracleDatabase/23.4.0-Free` directory
14+
2. Change into the `vagrant-projects/OracleDatabase/23.5.0-Free` directory
1515
3. Run `vagrant up`
1616
1. The first time you run this it will provision everything and may take a while. Ensure you have a good internet connection as the scripts will update the VM to the latest via `dnf`.
1717
2. The installation can be customized, if desired (see [Configuration](#configuration)).

0 commit comments

Comments
 (0)