Merge pull request #5176 from devansh-webkul/version-number-update
Version Number Updated
This commit is contained in:
commit
1b0f385603
|
|
@ -1,6 +1,6 @@
|
|||
APP_NAME=Bagisto
|
||||
APP_ENV=local
|
||||
APP_VERSION=1.3.2
|
||||
APP_VERSION=1.3.3
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
APP_VERSION=1.3.2
|
||||
APP_VERSION=1.3.3
|
||||
APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
|
|
|||
|
|
@ -3,32 +3,29 @@ name: "🐛 Bug Report"
|
|||
about: 'Report a general issue.'
|
||||
---
|
||||
|
||||
# Bug Report
|
||||
<!--- Before you open an issue, please check if the issue already has been reported. --->
|
||||
|
||||
# Bug report
|
||||
|
||||
### Issue Description
|
||||
## Issue Description
|
||||
<!--- Provide a more detailed introduction to the issue itself. -->
|
||||
|
||||
### Preconditions
|
||||
## Preconditions
|
||||
<!--- Please provide as detailed information about your environment as possible. -->
|
||||
|
||||
|
||||
## Bagisto Version
|
||||
<!--- Please select the version of bagisto that you are using. -->
|
||||
#### Bagisto version
|
||||
|
||||
- [ ] master branch
|
||||
- [ ] 1.3.3
|
||||
- [ ] 1.3.2
|
||||
- [ ] 1.3.1
|
||||
- [ ] 1.3.0
|
||||
|
||||
### Steps to reproduce
|
||||
<!--- It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples. -->
|
||||
## Steps To Reproduce
|
||||
<!--- It is important to provide a set of clear steps to reproduce this bug. If relevant please include code samples. -->
|
||||
|
||||
1.
|
||||
2.
|
||||
## Actual Result
|
||||
<!--- Tell us what happens instead.-->
|
||||
|
||||
### Expected result
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
### Actual result
|
||||
<!--- Tell us what happens instead -->
|
||||
## Expected Result
|
||||
<!--- Tell us what should happen. -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue