Skip to content

Commit

Permalink
chore: Version bump (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Polishchuk <kirill.polishchuk@iag.co.nz>
  • Loading branch information
kpol and kirill-iag authored Apr 29, 2024
1 parent 467bfdd commit b93d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KTrie/KTrie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Kirill Polishchuk</Authors>
<Description>Trie (a.k.a. prefix tree) is an ordered tree data structure that is used to store an associative array where the keys are usually strings. All the descendants of a node have a common prefix of the string associated with that node, and the root is associated with the empty string.</Description>
<Copyright>Kirill Polishchuk</Copyright>
<Version>2.4.1</Version>
<Version>2.5.0</Version>
<RepositoryUrl>https://github.com/kpol/trie</RepositoryUrl>
<PackageProjectUrl>https://github.com/kpol/trie</PackageProjectUrl>
<PackageTags>trie, prefix-tree, data-structure</PackageTags>
Expand Down

0 comments on commit b93d57e

Please sign in to comment.