Skip to content

Commit

Permalink
Bump version in schema.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 11, 2017
1 parent d79efb5 commit 611666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/solr/schema.xml
Expand Up @@ -24,7 +24,7 @@
<!-- We update the version when there is a backward-incompatible change to this
schema. In this case the version should be set to the next CKAN version number.
(x.y but not x.y.z since it needs to be a float) -->
<schema name="ckan" version="2.7">
<schema name="ckan" version="2.8">

<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
Expand Down

0 comments on commit 611666b

Please sign in to comment.