Skip to content

Commit 626fb8d

Browse files
committed
remove v
1 parent 1eb902a commit 626fb8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
4949
```
5050
1. Edit `terraform.tfvars` file. In our example, we will use Heroku demo database as a source:
5151
```config
52-
dle_version_full = "v3.0.0"
52+
dle_version_full = "3.0.0"
5353
5454
aws_ami_name = "DBLABserver*"
5555

terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dle_version = "v3.0.0" # it is also possible to use branch name here (e.g., "master")
1+
dle_version = "3.0.0" # it is also possible to use branch name here (e.g., "master")
22
joe_version = "0.10.0"
33

44
aws_ami_name = "DBLABserver*"

0 commit comments

Comments
 (0)