Skip to content

Commit

Permalink
Prepare for next development cycle 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Oct 27, 2023
1 parent 9123b6a commit 0e728a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.microsoft.openai.samples.rag</groupId>
<artifactId>search-demo-java</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<name>openai-search-demo-java</name>
<description>This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: azure-search-openai-demo
metadata:
template: azure-search-openai-demo-java@1.0.0
template: azure-search-openai-demo-java@1.1.0-alpha
services:
backend:
project: ./app/backend
Expand Down

0 comments on commit 0e728a8

Please sign in to comment.