Skip to content

Commit

Permalink
chore: version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-iag committed Jan 19, 2025
1 parent 146f3e6 commit c49bf4c
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.5.0</Version>
<Version>2.6.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 c49bf4c

Please sign in to comment.